-- JAVA RAID GUI QUICK INSTALLATION INSTRUCTIONS

1. Install JVM
 
   Download JVM from Sun if you do not have it. 
   Else go to step 2.
   
   Examples of typical JVMs are:
	j2re-1.4.2_01-linux-i586-rpm.bin
	j2re-1_4_1_02-linux-i586-rpm.bin
	j2sdk-1_4_0_03-linux-i586-rpm.bin
	j2re-1_4_0_03-linux-i586-rpm.bin
	j2re-1_4_1_02-fcs-linux-i586.rpm

   From where you installed type "sh j2re-1_4_1_02-linux-i586-rpm.bin"
   Then type "rpm -i j2re-1_4_1_02-linux-i586.rpm" as an example  

2. Install Java Application

   Become ROOT and copy tar files to / (root directory)
   untaring will install the GUI into usr/local/SiI
   
   Example:
    cd /
    tar xvzf JAVA_RAID_GUI.tgz
    sh "usr/local/SiI/SiICfg/Start_RAID_GUI.sh"
    rm  JAVA_RAID_GUI.tgz

Note:
 
   The current JAVA RAID GUI already contains the
   library jh.jar from the Sun package jh1.1.3.
    
